golang.org/x/crypto/sha3.state.state (field)
7 uses
golang.org/x/crypto/sha3 (current package)
sha3.go#L47: state spongeDirection // whether the sponge is absorbing or squeezing
sha3.go#L63: d.state = spongeAbsorbing
sha3.go#L69: if ret.state == spongeAbsorbing {
sha3.go#L81: switch d.state {
sha3.go#L119: d.state = spongeSqueezing
sha3.go#L127: if d.state != spongeAbsorbing {
sha3.go#L163: if d.state == spongeAbsorbing {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)